home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / prodemo.exe / HOUSTON.PLT < prev    next >
Text File  |  1987-12-06  |  476b  |  13 lines

  1. * PCPRO plotter configuration file for HOUSTON plotters
  2. DEVICE 1 4        ;plotter type, default port=com1
  3. WIDTH 10 "P1 "        ;pen width & command
  4. AXIS 1 2        ;coordinate calculation control
  5. OFFSET 0 0        ;x & y offsets
  6. UNITS 1000 1000        ;units / inch
  7. INIT ";: EC1 A EF "    ;initialize command
  8. TERM "U P0 H @ "    ;terminate command
  9. DRAW "D %ld,%ld "    ;move with pen down command
  10. MOVE "U %ld,%ld "    ;move with pen up command
  11. DRAFT ""        ;draft mode command
  12. FINAL ""        ;final mode command
  13.